home *** CD-ROM | disk | FTP | other *** search
/ Go Digital Interactive Magazine 1-2 / Go Digital Interactive Magazine 1-2.iso / mac / LINGO.INI < prev    next >
Text File  |  1995-08-22  |  293b  |  10 lines

  1. -- The DLLs or XObjects loaded are:
  2. -- FILEIO.DLL, for file input and output
  3.  
  4. on startup
  5.     put "Now loading LINGO.INI"&&the date&&the time
  6.     put "This computer is running in "&& the colorDepth &"-bit color depth."
  7. --  set the centerStage to TRUE
  8.     openxlib "fileio"
  9. end startup
  10.